A C E F G I K L M N O P R S T V W

A

asObject(Object) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asObject(boolean) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asObject(byte) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asObject(short) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asObject(int) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asObject(long) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asObject(float) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asObject(double) - Static method in class org.iternine.jeppetto.enhance.ReferenceUtil
 
asSetter(CtMethod) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

C

ChainingEnhancer<T> - Class in org.iternine.jeppetto.enhance
 
ChainingEnhancer(Class<T>, Enhancer<T>, Enhancer<T>) - Constructor for class org.iternine.jeppetto.enhance.ChainingEnhancer
 
ClassLoadingUtil - Class in org.iternine.jeppetto.enhance
Provides utility methods for defining javassist CtClass objects in arbitrary ClassLoaders.
cls(String) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 
clsName() - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 
compile() - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 
createConversionMethodBody(Class<?>) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 
ctor(String) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

E

enhance(T) - Method in class org.iternine.jeppetto.enhance.ChainingEnhancer
 
enhance(T) - Method in class org.iternine.jeppetto.enhance.Enhancer
Enhances the given object.
enhance(T) - Method in class org.iternine.jeppetto.enhance.NoOpEnhancer
 
enhanceClass(Class<T>) - Method in class org.iternine.jeppetto.enhance.ChainingEnhancer
 
enhanceClass(Class<T>) - Method in class org.iternine.jeppetto.enhance.Enhancer
 
enhanceClass(Class<T>) - Method in class org.iternine.jeppetto.enhance.NoOpEnhancer
 
enhanceClass(Class<T>) - Method in class org.iternine.jeppetto.enhance.VelocityEnhancer
 
Enhancer<T> - Class in org.iternine.jeppetto.enhance
 
Enhancer(Class<T>) - Constructor for class org.iternine.jeppetto.enhance.Enhancer
 
ExceptionUtil - Class in org.iternine.jeppetto.enhance
 
ExceptionUtil() - Constructor for class org.iternine.jeppetto.enhance.ExceptionUtil
 
ext(CtClass) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

F

field(String) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

G

getBaseClass() - Method in class org.iternine.jeppetto.enhance.Enhancer
 
getEnhancedClass() - Method in class org.iternine.jeppetto.enhance.ChainingEnhancer
 
getEnhancedClass() - Method in class org.iternine.jeppetto.enhance.Enhancer
 
getEnhancedClass() - Method in class org.iternine.jeppetto.enhance.NoOpEnhancer
 
getFirst() - Method in class org.iternine.jeppetto.enhance.TemplateHelper.Pair
 
getSecond() - Method in class org.iternine.jeppetto.enhance.TemplateHelper.Pair
 
getTemplateLocation() - Method in class org.iternine.jeppetto.enhance.VelocityEnhancer
 

I

impl(String) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 
init(RuntimeServices) - Method in class org.iternine.jeppetto.enhance.SLF4JLogChute
 
isLevelEnabled(int) - Method in class org.iternine.jeppetto.enhance.SLF4JLogChute
 

K

keyFor(String) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

L

log(int, String) - Method in class org.iternine.jeppetto.enhance.SLF4JLogChute
 
log(int, String, Throwable) - Method in class org.iternine.jeppetto.enhance.SLF4JLogChute
 

M

method(String) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

N

needsEnhancement(Object) - Method in class org.iternine.jeppetto.enhance.ChainingEnhancer
 
needsEnhancement(Object) - Method in class org.iternine.jeppetto.enhance.Enhancer
 
needsEnhancement(Object) - Method in class org.iternine.jeppetto.enhance.NoOpEnhancer
 
newInstance() - Method in class org.iternine.jeppetto.enhance.ChainingEnhancer
 
newInstance() - Method in class org.iternine.jeppetto.enhance.Enhancer
Creates a new object that is enhanced.
newInstance() - Method in class org.iternine.jeppetto.enhance.NoOpEnhancer
 
NoOpEnhancer<T> - Class in org.iternine.jeppetto.enhance
 
NoOpEnhancer(Class<T>) - Constructor for class org.iternine.jeppetto.enhance.NoOpEnhancer
 

O

org.iternine.jeppetto.enhance - package org.iternine.jeppetto.enhance
 

P

propagate(Throwable) - Static method in class org.iternine.jeppetto.enhance.ExceptionUtil
 
propagateIfInstanceOf(Throwable, Class<T>) - Static method in class org.iternine.jeppetto.enhance.ExceptionUtil
 
propagateIfPossible(Throwable) - Static method in class org.iternine.jeppetto.enhance.ExceptionUtil
 

R

ReferenceUtil - Class in org.iternine.jeppetto.enhance
Utility for converting primitive types to objects.
returnTypeOf(CtMethod) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 
returnTypeParamsOf(CtMethod) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

S

SLF4JLogChute - Class in org.iternine.jeppetto.enhance
 
SLF4JLogChute() - Constructor for class org.iternine.jeppetto.enhance.SLF4JLogChute
 

T

TemplateHelper - Class in org.iternine.jeppetto.enhance
 
TemplateHelper(ClassPool) - Constructor for class org.iternine.jeppetto.enhance.TemplateHelper
 
TemplateHelper.Pair<E,F> - Class in org.iternine.jeppetto.enhance
 
TemplateHelper.Pair(E, F) - Constructor for class org.iternine.jeppetto.enhance.TemplateHelper.Pair
 
toClass(CtClass) - Static method in class org.iternine.jeppetto.enhance.ClassLoadingUtil
Installs the given CtClass into the current class-loader and returns it as a new class.
toClass(CtClass, ClassLoader, ProtectionDomain) - Static method in class org.iternine.jeppetto.enhance.ClassLoadingUtil
Installs the given CtClass into the given class-loader and returns it as a new class.
toString() - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

V

validateClassIsEnhanceable(Class<T>) - Method in class org.iternine.jeppetto.enhance.Enhancer
 
VelocityEnhancer<T> - Class in org.iternine.jeppetto.enhance
 
VelocityEnhancer(Class<T>) - Constructor for class org.iternine.jeppetto.enhance.VelocityEnhancer
 

W

wrapperNameFor(Class<?>) - Method in class org.iternine.jeppetto.enhance.TemplateHelper
 

A C E F G I K L M N O P R S T V W

Copyright © 2012. All Rights Reserved.