Class PropertyFileHandleImpl.TypeData

java.lang.Object
org.glassfish.hk2.configuration.persistence.properties.internal.PropertyFileHandleImpl.TypeData
Enclosing class:
PropertyFileHandleImpl

private static class PropertyFileHandleImpl.TypeData extends Object
  • Field Details

    • typeName

      private final String typeName
    • instanceName

      private final String instanceName
    • hashCode

      private final int hashCode
  • Constructor Details

    • TypeData

      private TypeData(String typeName, String instanceName)
  • Method Details