@MessageLogger(projectCode="WELD-") public interface ReflectionLogger extends WeldLogger
| Modifier and Type | Field and Description |
|---|---|
static ReflectionLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODEcatchingDebugdebug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final ReflectionLogger LOG
@LogMessage(level=DEBUG)
@Message(id=600,
value="{0} is missing @Retention(RUNTIME). Weld will use this annotation, however this may make the application unportable.",
format=MESSAGE_FORMAT)
void missingRetention(Object param1)
@LogMessage(level=DEBUG)
@Message(id=601,
value="{0} is missing @Target. Weld will use this annotation, however this may make the application unportable.",
format=MESSAGE_FORMAT)
void missingTarget(Object param1)
@LogMessage(level=DEBUG)
@Message(id=602,
value="{0} is not declared @Target(TYPE, METHOD) or @Target(TYPE). Weld will use this annotation, however this may make the application unportable.",
format=MESSAGE_FORMAT)
void missingTargetTypeMethodOrTargetType(Object param1)
@LogMessage(level=DEBUG)
@Message(id=604,
value="{0} is not declared @Target(METHOD, FIELD, TYPE). Weld will use this annotation, however this may make the application unportable.",
format=MESSAGE_FORMAT)
void missingTargetMethodFieldType(Object param1)
@LogMessage(level=DEBUG)
@Message(id=605,
value="{0} is not declared @Target(METHOD, FIELD, TYPE, PARAMETER), @Target(METHOD, TYPE), @Target(METHOD), @Target(TYPE) or @Target(FIELD). Weld will use this annotation, however this may make the application unportable.",
format=MESSAGE_FORMAT)
void missingTargetMethodFieldTypeParameterOrTargetMethodTypeOrTargetMethodOrTargetTypeOrTargetField(Object param1)
@Message(id=606,
value="Unable to determine name of parameter")
IllegalArgumentException unableToGetParameterName()
@Message(id=607,
value="annotationMap cannot be null")
WeldException annotationMapNull()
@Message(id=608,
value="declaredAnnotationMap cannot be null")
WeldException declaredAnnotationMapNull()
@Message(id=610,
value="Unable to deserialize constructor. Declaring class {0}, index {1}",
format=MESSAGE_FORMAT)
WeldException unableToGetConstructorOnDeserialization(Object param1,
Object param2,
@Cause
Throwable cause)
@Message(id=611,
value="Unable to deserialize method. Declaring class {0}, index {1}",
format=MESSAGE_FORMAT)
WeldException unableToGetMethodOnDeserialization(Object param1,
Object param2,
@Cause
Throwable cause)
@Message(id=612,
value="Unable to deserialize field. Declaring class {0}, field name {1}",
format=MESSAGE_FORMAT)
WeldException unableToGetFieldOnDeserialization(Object param1,
Object param2,
@Cause
Throwable cause)
@Message(id=614,
value="Incorrect number of AnnotatedParameters {0} on AnnotatedMethod {1}. AnnotatedMethod has {2} as parameters but should have {3} as parameters",
format=MESSAGE_FORMAT)
DefinitionException incorrectNumberOfAnnotatedParametersMethod(Object param1,
Object param2,
Object param3,
Object param4)
@Message(id=616,
value="Instantiation through ReflectionFactory of {0} failed",
format=MESSAGE_FORMAT)
WeldException reflectionfactoryInstantiationFailed(Object param1,
@Cause
Throwable cause)
@Message(id=617,
value="Instantiation through Unsafe of {0} failed",
format=MESSAGE_FORMAT)
WeldException unsafeInstantiationFailed(Object param1,
@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=619,
value="A lifecycle callback interceptor declares an interceptor binding with target other than ElementType.TYPE\n {0}\n Binding: {1}\n Target: {2}",
format=MESSAGE_FORMAT)
void lifecycleCallbackInterceptorWithInvalidBindingTarget(Object interceptor,
Object binding,
Object elementTypes)
@LogMessage(level=DEBUG)
@Message(id=620,
value="{0} is not declared @Target(METHOD, FIELD, PARAMETER, TYPE). Weld will use this annotation, however this may make the application unportable.",
format=MESSAGE_FORMAT)
void missingTargetMethodFieldParameterType(Object param1)
@LogMessage(level=WARN)
@Message(id=621,
value="Interceptor binding {0} with @Target defined as {1} should not be applied on interceptor binding {2} with @Target definition: {3}",
format=MESSAGE_FORMAT)
void invalidInterceptorBindingTargetDeclaration(Object param1,
Object param2,
Object param3,
Object param4)
@Message(id=622,
value="IllegalArgumentException invoking {2} on {1} ({0}) with parameters {3}",
format=MESSAGE_FORMAT)
WeldException illegalArgumentExceptionOnReflectionInvocation(Class<?> clazz,
Object instance,
Method method,
String parameters,
@Cause
Throwable cause)
@Message(id=623,
value="Unknown type {0}.",
format=MESSAGE_FORMAT)
IllegalArgumentException unknownType(Type type)
@Message(id=624,
value="Invalid type argument combination: {0}; {1}.",
format=MESSAGE_FORMAT)
IllegalArgumentException invalidTypeArgumentCombination(Type type1,
Type type2)
@Message(id=625,
value="Unable to locate method: {0}",
format=MESSAGE_FORMAT)
WeldException noSuchMethodWrapper(@Cause
NoSuchMethodException cause,
String message)
Copyright © 2019. All rights reserved.