Interface ExecutableRule<S,T>
-
- All Known Implementing Classes:
Registration
public interface ExecutableRule<S,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
appliesTo(Object instance, Class<?> target)
void
applyTo(S source, T target, GeneratorTransformationRegistry registry)
<U,V>
booleanconflictsWith(ExecutableRule<U,V> conflictCandidate)
-
-
-
Method Detail
-
applyTo
void applyTo(S source, T target, GeneratorTransformationRegistry registry)
-
conflictsWith
<U,V> boolean conflictsWith(ExecutableRule<U,V> conflictCandidate)
-
-