Interface JsonLdCxtAccessor


public interface JsonLdCxtAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    declareNamespace(Object cxt, String prefix, String iri)
    Declare a namespace in the given context.
    void
    declareProperty(Object fieldCxt, org.apache.jena.graph.Node property, boolean isForward)
    Declare a field-to-property mapping in the given field context.
    void
    getFieldContext(Object cxt, String fieldName)
    Allocate context object for a field.
  • Method Details

    • getFieldContext

      void getFieldContext(Object cxt, String fieldName)
      Allocate context object for a field.
    • declareProperty

      void declareProperty(Object fieldCxt, org.apache.jena.graph.Node property, boolean isForward)
      Declare a field-to-property mapping in the given field context.
    • declareNamespace

      void declareNamespace(Object cxt, String prefix, String iri)
      Declare a namespace in the given context.