Uses of Class
io.activej.codec.StructuredInput.Token
| Package | Description |
|---|---|
| io.activej.codec | |
| io.activej.codec.binary | |
| io.activej.codec.json |
-
Uses of StructuredInput.Token in io.activej.codec
Methods in io.activej.codec that return StructuredInput.Token Modifier and Type Method Description static StructuredInput.TokenStructuredInput.Token. valueOf(String name)Returns the enum constant of this type with the specified name.static StructuredInput.Token[]StructuredInput.Token. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.activej.codec that return types with arguments of type StructuredInput.Token Modifier and Type Method Description EnumSet<StructuredInput.Token>StructuredInput. getNext() -
Uses of StructuredInput.Token in io.activej.codec.binary
Methods in io.activej.codec.binary that return types with arguments of type StructuredInput.Token Modifier and Type Method Description EnumSet<StructuredInput.Token>BinaryStructuredInput. getNext() -
Uses of StructuredInput.Token in io.activej.codec.json
Methods in io.activej.codec.json that return types with arguments of type StructuredInput.Token Modifier and Type Method Description EnumSet<StructuredInput.Token>JsonStructuredInput. getNext()