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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBooleanMethod(ExtensionMethod method)
void
addDataBuilderMethod(ExtensionMethod method)
void
addDoubleMethod(ExtensionMethod method)
void
addGroupMethod(ExtensionMethod method)
void
addNumberMethod(ExtensionMethod method)
void
addPercentageMethod(ExtensionMethod method)
void
addStringMethod(ExtensionMethod method)
void
addTableMethod(ExtensionMethod method)
boolean
int
hashCode()
toString()
-
Constructor Details
-
ExtensionMethods
public ExtensionMethods()
-
-
Method Details
-
getBooleanProviders
-
getNumberProviders
-
getDoubleProviders
-
getPercentageProviders
-
getStringProviders
-
getTableProviders
-
getGroupProviders
-
getDataBuilderProviders
-
addBooleanMethod
-
addNumberMethod
-
addDoubleMethod
-
addPercentageMethod
-
addStringMethod
-
addTableMethod
-
addGroupMethod
-
addDataBuilderMethod
-
equals
-
hashCode
public int hashCode() -
toString
-