@Documented @Retention(value=RUNTIME) @Target(value={}) public @interface Case
TypeDiscriminator
.TypeDiscriminator
,
Result
,
Arg
,
Results
,
ConstructorArgs
Modifier and Type | Required Element and Description |
---|---|
Class<?> |
type
Return the object type that create a object using this mapping.
|
String |
value
Return the condition value to apply this mapping.
|
Modifier and Type | Optional Element and Description |
---|---|
Arg[] |
constructArgs
Return mapping definitions for constructor.
|
Result[] |
results
Return mapping definitions for property.
|
public abstract String value
public abstract Class<?> type
public abstract Result[] results
public abstract Arg[] constructArgs
Copyright © 2009–2021 MyBatis.org. All rights reserved.