toLiteralTermMethod property

String? toLiteralTermMethod
final

Optional method name to use for converting the object to a LiteralTerm.

This method must be an instance method on the annotated class that returns a LiteralTerm. If not specified, the generator will look for a property marked with @RdfValue and use its value for conversion.

Implementation

final String? toLiteralTermMethod;