Interface DefaultValueProvider
-
- All Known Implementing Classes:
IdentityDefaultValueProvider,JsonDefaultValueProvider
public interface DefaultValueProvider- Author:
- Bojan Tomic (kaqqao)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultValuegetDefaultValue(AnnotatedElement targetElement, AnnotatedType type, DefaultValue initialValue)
-
-
-
Method Detail
-
getDefaultValue
DefaultValue getDefaultValue(AnnotatedElement targetElement, AnnotatedType type, DefaultValue initialValue)
-
-