org.apache.abdera.ext.serializer
Interface Conventions
- All Superinterfaces:
- Cloneable, Iterable<Class<? extends Annotation>>, Serializable
- All Known Implementing Classes:
- AbstractConventions, DefaultConventions
public interface Conventions
- extends Serializable, Cloneable, Iterable<Class<? extends Annotation>>
setConvention
void setConvention(Class<? extends Annotation> annotationType)
setConvention
void setConvention(String pattern,
Class<? extends Annotation> annotationType)
matchConvention
Class<? extends Annotation> matchConvention(AccessibleObject accessor)
matchConvention
Class<? extends Annotation> matchConvention(AccessibleObject accessor,
Class<? extends Annotation> expect)
isMatch
boolean isMatch(AccessibleObject accessor,
Class<? extends Annotation> expect)
clone
Conventions clone()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.