Class Facet

    • Field Detail

      • currentFacet

        protected com.fasterxml.jackson.databind.node.ObjectNode currentFacet
    • Constructor Detail

      • Facet

        public Facet​(java.lang.String name)
        Constructor
        Parameters:
        name - name
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getCurrentTokenFACET

        public BuilderToken.FACET getCurrentTokenFACET()
        Returns:
        FACET token
      • getCurrentFacet

        public com.fasterxml.jackson.databind.node.ObjectNode getCurrentFacet()
        Retrieve the current facet
        Returns:
        facet as an ObjectNode
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object