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 DeriveMessage
DeriveMessage. message(java.lang.String msg)
(package private) static DeriveMessage
DeriveMessage. message(java.lang.String msg, MessageLocalization localization)
(package private) static DerivatorSelection
DerivatorSelection. 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 DataArgument
DataArgument. dataArgument(java.lang.String fieldName, javax.lang.model.type.TypeMirror type)
-