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>>


Method Summary
 Conventions clone()
           
 boolean isMatch(AccessibleObject accessor, Class<? extends Annotation> expect)
           
 Class<? extends Annotation> matchConvention(AccessibleObject accessor)
           
 Class<? extends Annotation> matchConvention(AccessibleObject accessor, Class<? extends Annotation> expect)
           
 void setConvention(Class<? extends Annotation> annotationType)
           
 void setConvention(String pattern, Class<? extends Annotation> annotationType)
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

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.