Uses of Interface
org.glassfish.hk2.configuration.hub.api.WriteableType
-
Packages that use WriteableType Package Description org.glassfish.hk2.configuration.hub.api org.glassfish.hk2.configuration.hub.internal -
-
Uses of WriteableType in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return WriteableType Modifier and Type Method Description WriteableType
WriteableBeanDatabase. addType(String typeName)
Adds a type of the given nameWriteableType
WriteableBeanDatabase. findOrAddWriteableType(String typeName)
Gets or creates a writeable type with the given nameWriteableType
WriteableBeanDatabase. getWriteableType(String typeName)
Gets a writeable type of the given nameMethods in org.glassfish.hk2.configuration.hub.api that return types with arguments of type WriteableType Modifier and Type Method Description Set<WriteableType>
WriteableBeanDatabase. getAllWriteableTypes()
Gets an unmodifiable set of all the types in the bean database -
Uses of WriteableType in org.glassfish.hk2.configuration.hub.internal
Classes in org.glassfish.hk2.configuration.hub.internal that implement WriteableType Modifier and Type Class Description class
WriteableTypeImpl
Methods in org.glassfish.hk2.configuration.hub.internal that return WriteableType Modifier and Type Method Description WriteableType
WriteableBeanDatabaseImpl. addType(String typeName)
WriteableType
WriteableBeanDatabaseImpl. findOrAddWriteableType(String typeName)
WriteableType
WriteableBeanDatabaseImpl. getWriteableType(String typeName)
Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type WriteableType Modifier and Type Method Description Set<WriteableType>
WriteableBeanDatabaseImpl. getAllWriteableTypes()
-