Package | Description |
---|---|
org.apache.clerezza.implementation.literal |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
LiteralFactory.createObject(Class<T> type,
Literal literal)
Converts a literal to an instance of the specified class
|
<T> T |
SimpleLiteralFactory.createObject(Class<T> type,
Literal literal) |
abstract Literal |
LiteralFactory.createTypedLiteral(Object value)
Create a typed literal for the specified object
|
Literal |
SimpleLiteralFactory.createTypedLiteral(Object value) |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.