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 interfaceWriteableTypeMethods in org.glassfish.hk2.configuration.hub.api that return Type Modifier and Type Method Description TypeChange. getChangeType()Gets the type of the change for all change categories.TypeBeanDatabase. getType(java.lang.String type)Gets the type with the given nameTypeWriteableBeanDatabase. 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 classTypeImplclassWriteableTypeImplFields in org.glassfish.hk2.configuration.hub.internal declared as Type Modifier and Type Field Description private TypeChangeImpl. changeTypeMethods in org.glassfish.hk2.configuration.hub.internal that return Type Modifier and Type Method Description TypeChangeImpl. getChangeType()TypeBeanDatabaseImpl. getType(java.lang.String type)TypeWriteableBeanDatabaseImpl. getType(java.lang.String type)TypeWriteableBeanDatabaseImpl. 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)
-