Class RepTextContext


  • @OpenApiAll
    public class RepTextContext
    extends java.lang.Object
    Context for building elements representation text.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.Object> properties  
    • Constructor Summary

      Constructors 
      Constructor Description
      RepTextContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getProperty​(java.lang.String property)  
      void removeProperty​(java.lang.String property)  
      void setProperty​(java.lang.String property, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • properties

        private java.util.Map<java.lang.String,​java.lang.Object> properties
    • Constructor Detail

      • RepTextContext

        public RepTextContext()
    • Method Detail

      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object value)
      • removeProperty

        public void removeProperty​(java.lang.String property)
      • getProperty

        @CheckForNull
        public <T> T getProperty​(java.lang.String property)