Package | Description |
---|---|
org.modelmapper.spi |
Service Provider Interface
|
Modifier and Type | Method and Description |
---|---|
ConditionalConverter.MatchResult |
ConditionalConverter.match(Class<?> sourceType,
Class<?> destinationType)
Determines whether the converter matches and supports conversion from
sourceType to
destinationType . |
ConditionalConverter.MatchResult |
StrongTypeConditionalConverter.match(Class<?> sourceType,
Class<?> destinationType) |
static ConditionalConverter.MatchResult |
ConditionalConverter.MatchResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalConverter.MatchResult[] |
ConditionalConverter.MatchResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2024. All rights reserved.