public interface IPattern
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPattern.IData |
static interface |
IPattern.IDataRecord |
static interface |
IPattern.IDeleteContainer |
static interface |
IPattern.IPatternContainer |
static class |
IPattern.PatternType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
callMethod(Class<? extends Annotation> anno,
Object obj,
Object... args)
Used to call parsed Methods
|
FieldPattern |
getField(Class<? extends Annotation> anno) |
Collection<String> |
getLabels() |
IPattern.PatternType |
getPatternType() |
Class<?> |
getType() |
IPattern.PatternType getPatternType()
Class<?> getType()
Collection<String> getLabels()
FieldPattern getField(Class<? extends Annotation> anno)
boolean callMethod(Class<? extends Annotation> anno, Object obj, Object... args)
anno - Annotation by which the method can be identifiedobj - Object which has the methodargs - Object array which gets passed to the methodtrue if successfullCopyright © 2020–2022 RunedUniverse. All rights reserved.