public interface UrlEncodingMetaProvider extends MetaProvider
UrlEncodingClassMeta
and UrlEncodingBeanPropertyMeta
objects.DEFAULT
Modifier and Type | Method and Description |
---|---|
UrlEncodingBeanPropertyMeta |
getUrlEncodingBeanPropertyMeta(BeanPropertyMeta bpm)
Returns the language-specific metadata on the specified bean property.
|
UrlEncodingClassMeta |
getUrlEncodingClassMeta(ClassMeta<?> cm)
Returns the language-specific metadata on the specified class.
|
getAnnotation, getAnnotation, getAnnotation, getAnnotation, getDeclaredAnnotation
UrlEncodingClassMeta getUrlEncodingClassMeta(ClassMeta<?> cm)
cm
- The class to return the metadata on.UrlEncodingBeanPropertyMeta getUrlEncodingBeanPropertyMeta(BeanPropertyMeta bpm)
bpm
- The bean property to return the metadata on.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.