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 classSamInterfaces.CasesMatchersprivate static classSamInterfaces.Lazyprivate static classSamInterfaces.SamInterface_
-
Constructor Summary
Constructors Modifier Constructor Description privateSamInterfaces()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SamInterfaces.CasesMatchers.TotalMatcher_SamInterfacecases()static javax.lang.model.element.ExecutableElementgetSam(SamInterface samInterface)static javax.lang.model.element.TypeElementgetSamClass(SamInterface samInterface)static SamInterfacelazy(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 SamInterfaceSamInterface(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)
-
-