Class ExtensionMethods


  • public class ExtensionMethods
    extends java.lang.Object
    Implementation detail, abstracts away method type reflection to a more usable API.
    • Constructor Detail

      • ExtensionMethods

        public ExtensionMethods()
    • Method Detail

      • getBooleanProviders

        public java.util.List<ExtensionMethod> getBooleanProviders()
      • getNumberProviders

        public java.util.List<ExtensionMethod> getNumberProviders()
      • getDoubleProviders

        public java.util.List<ExtensionMethod> getDoubleProviders()
      • getPercentageProviders

        public java.util.List<ExtensionMethod> getPercentageProviders()
      • getStringProviders

        public java.util.List<ExtensionMethod> getStringProviders()
      • getTableProviders

        public java.util.List<ExtensionMethod> getTableProviders()
      • getGroupProviders

        public java.util.List<ExtensionMethod> getGroupProviders()
      • getDataBuilderProviders

        public java.util.List<ExtensionMethod> getDataBuilderProviders()
      • addBooleanMethod

        public void addBooleanMethod​(ExtensionMethod method)
      • addNumberMethod

        public void addNumberMethod​(ExtensionMethod method)
      • addDoubleMethod

        public void addDoubleMethod​(ExtensionMethod method)
      • addPercentageMethod

        public void addPercentageMethod​(ExtensionMethod method)
      • addStringMethod

        public void addStringMethod​(ExtensionMethod method)
      • addDataBuilderMethod

        public void addDataBuilderMethod​(ExtensionMethod method)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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