Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
com.opencloud.slee.resources.cgin.parser |
Creates parsers for ASN.1 value notation.
|
Modifier and Type | Method and Description |
---|---|
Parser<?> |
FieldAccessor.getParser()
Gets the parser for values of this field.
|
Modifier and Type | Method and Description |
---|---|
static <T> Parser<T> |
ParserFactory.forClass(Class<T> clazz)
Creates a Parser for the given class,
which should be one whose API conforms to CGIN's pattern
for an ASN.1 type represented by a Class.
|
static <T> Parser<T> |
ParserFactory.forType(Type type)
Creates a Parser for the given type,
which should be one whose API conforms to CGIN's pattern for an ASN.1 type.
|