de.danielbechler.diff.introspect
Interface Introspector

All Known Implementing Classes:
StandardIntrospector

public interface Introspector

Resolves the accessors of a given type.

Author:
Daniel Bechler

Method Summary
 Iterable<Accessor> introspect(Class<?> type)
          Resolves the accessors of the given type.
 

Method Detail

introspect

Iterable<Accessor> introspect(Class<?> type)
Resolves the accessors of the given type.

Parameters:
type - The type to introspect.
Returns:
All valid accessors.


Copyright © 2012. All Rights Reserved.