Skip to content

Commit

Permalink
Merge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 7, 2024
2 parents e89d62d + ac12591 commit 3b77d95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package tools.jackson.dataformat.xml.ser;

import com.fasterxml.jackson.annotation.JsonFilter;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;

import tools.jackson.core.JsonGenerator;

Expand All @@ -20,6 +21,7 @@
public class TestSerializationWithFilter extends XmlTestBase
{
@JsonFilter("filter")
@JsonPropertyOrder({ "b", "c" })
static class Item
{
@JacksonXmlText
Expand Down

0 comments on commit 3b77d95

Please sign in to comment.