public interface FieldAnnotationTrait extends FieldTrait
| Modifier and Type | Method and Description |
|---|---|
default Optional<Fake> |
getFake()
Get
Fake annotation. |
default Optional<Fixture> |
getFixture()
Get
Fixture annotation. |
default Optional<Property> |
getProperty()
Get
Property annotation. |
default Optional<Real> |
getReal()
Get
Real annotation. |
default Optional<Virtual> |
getVirtual()
Get
Virtual annotation. |
default Boolean |
isInjectable()
|
default Boolean |
isMock()
|
destroy, getAnnotatedElement, getValue, init, setValuefindMethod, findMethod, getClassLoader, getGenericType, getType, getTypeName, invoke, isSubtypeOf, isSupertypeOfgetDeclaringClass, getDeclaringClassLoader, getDeclaringClassName, getMember, getNamegetAnnotation, getAnnotations, getMetaAnnotations, hasAnyAnnotations, hasAnyAnnotationsdefault Optional<Fake> getFake()
Fake annotation.default Optional<Real> getReal()
Real annotation.default Optional<Virtual> getVirtual()
Virtual annotation.default Optional<Fixture> getFixture()
Fixture annotation.default Optional<Property> getProperty()
Property annotation.default Boolean isMock()
default Boolean isInjectable()
Copyright © 2016–2018 Testify Project. All rights reserved.