org.ubercraft.sucre.reflect
Interface Reflector


public interface Reflector

This interface represents a set of accessors and mutators for a class.


Method Summary
 Accessor getAccessor(String name)
           
 Iterable<Accessor> getAccessors()
           
 Mutator getMutator(String name)
           
 Iterable<Mutator> getMutators()
           
 void preCache()
           
 

Method Detail

getAccessor

Accessor getAccessor(String name)

getAccessors

Iterable<Accessor> getAccessors()

getMutator

Mutator getMutator(String name)

getMutators

Iterable<Mutator> getMutators()

preCache

void preCache()
              throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.