public class TagConverters
extends java.lang.Object
| Constructor and Description |
|---|
TagConverters() |
| Modifier and Type | Method and Description |
|---|---|
static ch.lambdaj.function.convert.Converter<java.lang.String,TestTag> |
fromStringsToTestTags() |
static ch.lambdaj.function.convert.Converter<java.lang.Object,TestTag> |
fromStringValuesToTestTags() |
static ch.lambdaj.function.convert.Converter<java.lang.Object,TestTag> |
toTestTags() |
public static ch.lambdaj.function.convert.Converter<java.lang.Object,TestTag> toTestTags()
public static ch.lambdaj.function.convert.Converter<java.lang.String,TestTag> fromStringsToTestTags()
public static ch.lambdaj.function.convert.Converter<java.lang.Object,TestTag> fromStringValuesToTestTags()