public class ParameterMap extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParameterMap.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
List<ParameterMapping> |
getParameterMappings() |
Class<?> |
getType() |
public String getId()
public Class<?> getType()
public List<ParameterMapping> getParameterMappings()
Copyright © 2009–2020 MyBatis.org. All rights reserved.