Class DataProvider<T>
- java.lang.Object
-
- com.djrapitops.plan.extension.implementation.providers.DataProvider<T>
-
public class DataProvider<T> extends java.lang.Object
Representation of all values a Provider annotation provides.
-
-
Constructor Summary
Constructors Constructor Description DataProvider(ProviderInformation providerInformation, MethodWrapper<T> method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
MethodWrapper<T>
getMethod()
ProviderInformation
getProviderInformation()
int
hashCode()
-
-
-
Constructor Detail
-
DataProvider
public DataProvider(ProviderInformation providerInformation, MethodWrapper<T> method)
-
-
Method Detail
-
getMethod
public MethodWrapper<T> getMethod()
-
getProviderInformation
public ProviderInformation getProviderInformation()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-