Package | Description |
---|---|
org.glassfish.hk2.configuration.hub.api | |
org.glassfish.hk2.configuration.hub.internal |
Modifier and Type | Method and Description |
---|---|
WriteableType |
WriteableBeanDatabase.addType(java.lang.String typeName)
Adds a type of the given name
|
WriteableType |
WriteableBeanDatabase.findOrAddWriteableType(java.lang.String typeName)
Gets or creates a writeable type with the given name
|
WriteableType |
WriteableBeanDatabase.getWriteableType(java.lang.String typeName)
Gets a writeable type of the given name
|
Modifier and Type | Class and Description |
---|---|
class |
WriteableTypeImpl |
Modifier and Type | Method and Description |
---|---|
WriteableType |
WriteableBeanDatabaseImpl.addType(java.lang.String typeName) |
WriteableType |
WriteableBeanDatabaseImpl.findOrAddWriteableType(java.lang.String typeName) |
WriteableType |
WriteableBeanDatabaseImpl.getWriteableType(java.lang.String typeName) |