Uses of Interface
com.opencloud.slee.resources.cgin.parser.Parser
-
Packages that use Parser 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. -
-
Uses of Parser in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return Parser Modifier and Type Method Description Parser<?>
FieldAccessor. getParser()
Gets the parser for values of this field. -
Uses of Parser in com.opencloud.slee.resources.cgin.parser
Methods in com.opencloud.slee.resources.cgin.parser that return Parser Modifier and Type Method 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.
-