Package org.derive4j.processor.api
Class SamInterfaces
- java.lang.Object
-
- org.derive4j.processor.api.SamInterfaces
-
public final class SamInterfaces extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SamInterfaces.CasesMatchers
private static class
SamInterfaces.Lazy
private static class
SamInterfaces.SamInterface_
-
Constructor Summary
Constructors Modifier Constructor Description private
SamInterfaces()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SamInterfaces.CasesMatchers.TotalMatcher_SamInterface
cases()
static javax.lang.model.element.ExecutableElement
getSam(SamInterface samInterface)
static javax.lang.model.element.TypeElement
getSamClass(SamInterface samInterface)
static SamInterface
lazy(java.util.function.Supplier<SamInterface> samInterface)
static java.util.function.Function<SamInterface,SamInterface>
modSam(java.util.function.Function<javax.lang.model.element.ExecutableElement,javax.lang.model.element.ExecutableElement> samMod)
static java.util.function.Function<SamInterface,SamInterface>
modSamClass(java.util.function.Function<javax.lang.model.element.TypeElement,javax.lang.model.element.TypeElement> samClassMod)
static SamInterface
SamInterface(javax.lang.model.element.TypeElement samClass, javax.lang.model.element.ExecutableElement sam)
static java.util.function.Function<SamInterface,SamInterface>
setSam(javax.lang.model.element.ExecutableElement newSam)
static java.util.function.Function<SamInterface,SamInterface>
setSamClass(javax.lang.model.element.TypeElement newSamClass)
-
-
-
Method Detail
-
SamInterface
public static SamInterface SamInterface(javax.lang.model.element.TypeElement samClass, javax.lang.model.element.ExecutableElement sam)
-
lazy
public static SamInterface lazy(java.util.function.Supplier<SamInterface> samInterface)
-
cases
public static SamInterfaces.CasesMatchers.TotalMatcher_SamInterface cases()
-
getSamClass
public static javax.lang.model.element.TypeElement getSamClass(SamInterface samInterface)
-
getSam
public static javax.lang.model.element.ExecutableElement getSam(SamInterface samInterface)
-
setSamClass
public static java.util.function.Function<SamInterface,SamInterface> setSamClass(javax.lang.model.element.TypeElement newSamClass)
-
modSamClass
public static java.util.function.Function<SamInterface,SamInterface> modSamClass(java.util.function.Function<javax.lang.model.element.TypeElement,javax.lang.model.element.TypeElement> samClassMod)
-
setSam
public static java.util.function.Function<SamInterface,SamInterface> setSam(javax.lang.model.element.ExecutableElement newSam)
-
modSam
public static java.util.function.Function<SamInterface,SamInterface> modSam(java.util.function.Function<javax.lang.model.element.ExecutableElement,javax.lang.model.element.ExecutableElement> samMod)
-
-