Class FactoryInterfaceGenerator
java.lang.Object
org.spongepowered.eventimplgen.factory.FactoryInterfaceGenerator
-
Method Summary
Modifier and TypeMethodDescriptioncom.palantir.javapoet.JavaFilecreateClass(String name, Map<TypeElement, EventData> foundProperties, PropertySorter sorter, List<ExecutableElement> forwardedMethods) static StringgenerateMethodName(TypeElement event)
-
Method Details
-
createClass
public com.palantir.javapoet.JavaFile createClass(String name, Map<TypeElement, EventData> foundProperties, PropertySorter sorter, List<ExecutableElement> forwardedMethods) -
generateMethodName
-