Class WeaverConfig

java.lang.Object
com.robinloom.jweaver.commons.WeaverConfig
Direct Known Subclasses:
BulletConfig

public class WeaverConfig extends Object
  • Constructor Details

    • WeaverConfig

      public WeaverConfig()
  • Method Details

    • setIncludedFields

      public void setIncludedFields(List<String> includedFields)
    • isIncluded

      public boolean isIncluded(Field field)
    • setExcludedFields

      public void setExcludedFields(List<String> excludedFields)
    • isCapitalizeFields

      public boolean isCapitalizeFields()
    • setCapitalizeFields

      public void setCapitalizeFields(boolean capitalizeFields)
    • isShowDataTypes

      public boolean isShowDataTypes()
    • setShowDataTypes

      public void setShowDataTypes(boolean showDataTypes)
    • isShowInheritedFields

      public boolean isShowInheritedFields()
    • setShowInheritedFields

      public void setShowInheritedFields(boolean showInheritedFields)
    • getMaxDepth

      public int getMaxDepth()
    • setMaxDepth

      public void setMaxDepth(int maxDepth)
    • getMaxSequenceLength

      public int getMaxSequenceLength()
    • setMaxSequenceLength

      public void setMaxSequenceLength(int maxSequenceLength)
    • getGlobalLengthLimit

      public int getGlobalLengthLimit()
    • setGlobalLengthLimit

      public void setGlobalLengthLimit(int globalLengthLimit)