6. Reflection

6. 1. Introduction
6. 1. 1. What is Reflection
6. 2. Class
6. 2. 1. Class
6. 2. 2. Get Class from class name
6. 2. 3. Get class name
6. 2. 4. Get constructors
6. 2. 5. Get fields in this class
6. 2. 6. Get Modifiers
6. 2. 7. Get package
6. 2. 8. Check class type
6. 2. 9. Create new instance
6. 2. 10. Convert class to string
6. 3. Constructor
6. 3. 1. Constructor
6. 3. 2. Print out the contructors declared by String class with Reflection
6. 3. 3. Create new instance by using its contructor
6. 4. Field
6. 4. 1. Field
6. 4. 2. Get the field modifiers, name and type
6. 4. 3. Get field value with Reflection
6. 4. 4. Set field value with Reflection
6. 5. Method
6. 5. 1. Method
6. 5. 2. Using reflection to print out all methods
6. 5. 3. Invoke a method
6. 6. Modifier
6. 6. 1. Modifier
6. 7. Package
6. 7. 1. Package class
6. 7. 2. Get package for a name
6. 7. 3. Get all packages
6. 7. 4. Get the annotations
6. 7. 5. Get implementation title, vendor and version
6. 7. 6. Get the package name
6. 7. 7. Get the specification title, vendor and version
6. 7. 8. Get the string representation of the Package
6. 8. Array
6. 8. 1. Array
6. 8. 2. Get the length of an Array
6. 8. 3. Get value from an Array
6. 8. 4. Create new Array instance
6. 8. 5. Set value to an Array
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.