| Class | Description |
|---|---|
| AbstractLiteral | |
| LiteralFactory |
This class provides methods to convert java objects to typed literals and
vice versa.
|
| LiteralImpl | |
| PlainLiteralImpl | |
| SimpleLiteralFactory |
An implementation of literal factory currently supporting only
byte[]/base64Binary and Java.util.Date/date
|
| TypedLiteralImpl |
| Exception | Description |
|---|---|
| InvalidLiteralTypeException |
Thrown when a literal is of the wrong type for conversion to a java-type
|
| NoConvertorException |
This exception is thrown when no convertor is available to do a required
java-object to literal or literal to java-object conversion.
|
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.