Uses of Class
org.derive4j.ExportAsPublic
-
Packages that use ExportAsPublic Package Description org.derive4j.processor.api org.derive4j.processor.api.model -
-
Uses of ExportAsPublic in org.derive4j.processor.api
Methods in org.derive4j.processor.api with annotations of type ExportAsPublic Modifier and Type Method Description (package private) static DeriveMessageDeriveMessage. message(java.lang.String msg)(package private) static DeriveMessageDeriveMessage. message(java.lang.String msg, MessageLocalization localization)(package private) static DerivatorSelectionDerivatorSelection. selection(com.squareup.javapoet.ClassName forClass, Derivator derivator) -
Uses of ExportAsPublic in org.derive4j.processor.api.model
Methods in org.derive4j.processor.api.model with annotations of type ExportAsPublic Modifier and Type Method Description (package private) static DataArgumentDataArgument. dataArgument(java.lang.String fieldName, javax.lang.model.type.TypeMirror type)
-