org.azuki.framework.aop
Interface IContract


public interface IContract

Author:
Robert Bakic (robert.bakic@gmail.com)

Nested Class Summary
static class IContract.Selection
           
 
Field Summary
static Field[] ALL_FIELDS
           
static Method[] ALL_METHODS
           
 
Method Summary
 void checkBindable(Class beanclass)
           
 Field[] getFieldCandidates(Class beanclass)
           
 IContract.Selection getFieldSelection()
           
 Method[] getMethodCandidates(Class beanclass)
           
 IContract.Selection getMethodSelection()
           
 

Field Detail

ALL_METHODS

static final Method[] ALL_METHODS

ALL_FIELDS

static final Field[] ALL_FIELDS
Method Detail

checkBindable

void checkBindable(Class beanclass)
                   throws Exception
Throws:
Exception

getFieldSelection

IContract.Selection getFieldSelection()

getFieldCandidates

Field[] getFieldCandidates(Class beanclass)

getMethodSelection

IContract.Selection getMethodSelection()

getMethodCandidates

Method[] getMethodCandidates(Class beanclass)


Azuki Framework Copyright © 2006 the original author or authors.