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 WriteableTypeWriteableBeanDatabase. addType(java.lang.String typeName)Adds a type of the given nameWriteableTypeWriteableBeanDatabase. findOrAddWriteableType(java.lang.String typeName)Gets or creates a writeable type with the given nameWriteableTypeWriteableBeanDatabase. getWriteableType(java.lang.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 java.util.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 classWriteableTypeImplMethods in org.glassfish.hk2.configuration.hub.internal that return WriteableType Modifier and Type Method Description WriteableTypeWriteableBeanDatabaseImpl. addType(java.lang.String typeName)WriteableTypeWriteableBeanDatabaseImpl. findOrAddWriteableType(java.lang.String typeName)WriteableTypeWriteableBeanDatabaseImpl. getWriteableType(java.lang.String typeName)Methods in org.glassfish.hk2.configuration.hub.internal that return types with arguments of type WriteableType Modifier and Type Method Description java.util.Set<WriteableType>WriteableBeanDatabaseImpl. getAllWriteableTypes()
-