Class RedisTableFieldDescription


  • public final class RedisTableFieldDescription
    extends Object
    Json description to parse a single field from a Redis key/value row. See RedisTableDescription for more details.
    • Constructor Detail

      • RedisTableFieldDescription

        public RedisTableFieldDescription​(String name,
                                          Type type,
                                          String mapping,
                                          String comment,
                                          String dataFormat,
                                          String formatHint,
                                          boolean hidden)
    • Method Detail

      • getName

        public String getName()
      • getType

        public Type getType()
      • getMapping

        public String getMapping()
      • getComment

        public String getComment()
      • getDataFormat

        public String getDataFormat()
      • getFormatHint

        public String getFormatHint()
      • isHidden

        public boolean isHidden()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object