Skip to content

Java meta-data access utlities (java.lang.reflect.*) and enums for java primitive types and commonly serializable types

License

Notifications You must be signed in to change notification settings

TeamworkGuy2/JMetaAccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMetaAccess

Java meta-data access utilities (java.lang.reflect.*).

propertyAccessor/

create and store field references, tailored to access getters/setters via common naming conventions, such as get_(), set_(), and is_()

simpleReflect/

wrappers for java.lang.reflect.Method and java.lang.reflect.Field that throw runtime exceptions and provide easy access to primitive fields

templates/

ANTLR StringTemplate templates for generating the many primitive variations of the methods found in simpleReflect/ classes

templates/generators/

Generator classes for the templates/ files

test/

JUnit tests and examples

About

Java meta-data access utlities (java.lang.reflect.*) and enums for java primitive types and commonly serializable types

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages