Class ExtensionMethods
java.lang.Object
com.djrapitops.plan.extension.extractor.ExtensionMethods
Implementation detail, abstracts away method type reflection to a more usable API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBooleanMethod(ExtensionMethod method) voidaddComponentMethod(ExtensionMethod method) voidaddDataBuilderMethod(ExtensionMethod method) voidaddDoubleMethod(ExtensionMethod method) voidaddGroupMethod(ExtensionMethod method) voidaddNumberMethod(ExtensionMethod method) voidaddPercentageMethod(ExtensionMethod method) voidaddStringMethod(ExtensionMethod method) voidaddTableMethod(ExtensionMethod method) booleaninthashCode()booleanisEmpty()toString()
-
Constructor Details
-
ExtensionMethods
public ExtensionMethods()
-
-
Method Details
-
getBooleanProviders
-
getNumberProviders
-
getDoubleProviders
-
getPercentageProviders
-
getStringProviders
-
getComponentProviders
-
getTableProviders
-
getGroupProviders
-
getDataBuilderProviders
-
addBooleanMethod
-
addNumberMethod
-
addDoubleMethod
-
addPercentageMethod
-
addStringMethod
-
addComponentMethod
-
addTableMethod
-
addGroupMethod
-
addDataBuilderMethod
-
equals
-
hashCode
public int hashCode() -
toString
-
isEmpty
public boolean isEmpty()
-