jackson examples

This commit is contained in:
eugenp 2013-12-23 15:43:05 +02:00
parent c4b0cfcb43
commit 666f17e02c
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public class JacksonSerializationUnitTest {
}
@Test
public final void givenIgnoringNullFieldsOnClass_whenSerializingObjectWithNullField_thenFieldIsIgnroed() throws JsonProcessingException {
public final void givenIgnoringNullFieldsOnClass_whenSerializingObjectWithNullField_thenFieldIsIgnored() throws JsonProcessingException {
final ObjectMapper mapper = new ObjectMapper();
final MyDtoIgnoreNull dtoObject = new MyDtoIgnoreNull();