Uses of Interface
org.jvnet.hk2.config.DataType
-
Packages that use DataType Package Description org.glassfish.config.support.datatypes org.jvnet.hk2.config -
-
Uses of DataType in org.glassfish.config.support.datatypes
Classes in org.glassfish.config.support.datatypes that implement DataType Modifier and Type Class Description classNonNegativeIntegerRepresents an integer from 0 to Integer.MAX_VALUE.classPortRepresents a network port on a machine.classPositiveIntegerRepresents an integer from 1 to Integer.MAX_VALUE. -
Uses of DataType in org.jvnet.hk2.config
Classes in org.jvnet.hk2.config that implement DataType Modifier and Type Class Description classPrimitiveDataTypeRepresents a Java primitive (and its wrapper) data type.
-