Uses of Interface
org.glassfish.hk2.configuration.hub.api.Type
Packages that use Type
Package
Description
-
Uses of Type in org.glassfish.hk2.configuration.hub.api
Subinterfaces of Type in org.glassfish.hk2.configuration.hub.apiMethods in org.glassfish.hk2.configuration.hub.api that return TypeModifier and TypeMethodDescriptionChange.getChangeType()
Gets the type of the change for all change categories.Gets the type with the given nameWriteableBeanDatabase.removeType
(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 TypeModifier and TypeMethodDescriptionBeanDatabase.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 TypeFields in org.glassfish.hk2.configuration.hub.internal declared as TypeMethods in org.glassfish.hk2.configuration.hub.internal that return TypeModifier and TypeMethodDescriptionChangeImpl.getChangeType()
WriteableBeanDatabaseImpl.removeType
(String typeName) Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type TypeModifier and TypeMethodDescriptionBeanDatabaseImpl.getAllTypes()
WriteableBeanDatabaseImpl.getAllTypes()
Constructors in org.glassfish.hk2.configuration.hub.internal with parameters of type TypeModifierConstructorDescription(package private)
ChangeImpl
(Change.ChangeCategory changeCategory, Type changeType, String instanceKey, Instance instanceValue, Instance originalInstanceValue, List<PropertyChangeEvent> propertyChanges) (package private)
TypeImpl
(Type baseType, ClassReflectionHelper helper)