net.vidageek.mirror.provider.java
Class PureJavaClassGenericTypeAccessor

java.lang.Object
  extended by net.vidageek.mirror.provider.java.PureJavaClassGenericTypeAccessor
All Implemented Interfaces:
GenericTypeAccessor

public class PureJavaClassGenericTypeAccessor
extends Object
implements GenericTypeAccessor

Defines the strategy to access generic types on Class elements.

Author:
dnfeitosa

Constructor Summary
PureJavaClassGenericTypeAccessor(Class<?> clazz)
           
 
Method Summary
 Type getGenericTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PureJavaClassGenericTypeAccessor

public PureJavaClassGenericTypeAccessor(Class<?> clazz)
Method Detail

getGenericTypes

public Type getGenericTypes()
Specified by:
getGenericTypes in interface GenericTypeAccessor


Copyright © 2011 VidaGeek.net. All Rights Reserved.