Uses of Interface
org.glassfish.hk2.configuration.hub.api.WriteableType
Packages that use WriteableType
Package
Description
-
Uses of WriteableType in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return WriteableTypeModifier and TypeMethodDescriptionAdds a type of the given nameWriteableBeanDatabase.findOrAddWriteableType
(String typeName) Gets or creates a writeable type with the given nameWriteableBeanDatabase.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 WriteableTypeModifier and TypeMethodDescriptionWriteableBeanDatabase.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 WriteableTypeMethods in org.glassfish.hk2.configuration.hub.internal that return WriteableTypeModifier and TypeMethodDescriptionWriteableBeanDatabaseImpl.findOrAddWriteableType
(String typeName) WriteableBeanDatabaseImpl.getWriteableType
(String typeName) Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type WriteableType