Uses of Interface
org.glassfish.hk2.configuration.hub.api.Type
-
Packages that use Type Package Description org.glassfish.hk2.configuration.hub.api org.glassfish.hk2.configuration.hub.internal -
-
Uses of Type in org.glassfish.hk2.configuration.hub.api
Subinterfaces of Type in org.glassfish.hk2.configuration.hub.api Modifier and Type Interface Description interface
WriteableType
Methods in org.glassfish.hk2.configuration.hub.api that return Type Modifier and Type Method Description Type
Change. getChangeType()
Gets the type of the change for all change categories.Type
BeanDatabase. getType(java.lang.String type)
Gets the type with the given nameType
WriteableBeanDatabase. removeType(java.lang.String typeName)
Removed the given type and all of its instances from the database.Methods in org.glassfish.hk2.configuration.hub.api that return types with arguments of type Type Modifier and Type Method Description java.util.Set<Type>
BeanDatabase. getAllTypes()
Gets an unmodifiable set of all the types in the bean database -
Uses of Type in org.glassfish.hk2.configuration.hub.internal
Classes in org.glassfish.hk2.configuration.hub.internal that implement Type Modifier and Type Class Description class
TypeImpl
class
WriteableTypeImpl
Fields in org.glassfish.hk2.configuration.hub.internal declared as Type Modifier and Type Field Description private Type
ChangeImpl. changeType
Methods in org.glassfish.hk2.configuration.hub.internal that return Type Modifier and Type Method Description Type
ChangeImpl. getChangeType()
Type
BeanDatabaseImpl. getType(java.lang.String type)
Type
WriteableBeanDatabaseImpl. getType(java.lang.String type)
Type
WriteableBeanDatabaseImpl. removeType(java.lang.String typeName)
Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type Type Modifier and Type Method Description java.util.Set<Type>
BeanDatabaseImpl. getAllTypes()
java.util.Set<Type>
WriteableBeanDatabaseImpl. getAllTypes()
Constructors in org.glassfish.hk2.configuration.hub.internal with parameters of type Type Constructor Description ChangeImpl(Change.ChangeCategory changeCategory, Type changeType, java.lang.String instanceKey, Instance instanceValue, Instance originalInstanceValue, java.util.List<java.beans.PropertyChangeEvent> propertyChanges)
TypeImpl(Type baseType, ClassReflectionHelper helper)
-