Skip to content

Commit a90aa7f

Browse files
committed
Adding formatter support
1 parent 67073e7 commit a90aa7f

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.springframework.data.rest.shell.formatter;
2+
3+
public class FormatProvider {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.springframework.data.rest.shell.formatter;
2+
3+
public interface Formatter {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.springframework.data.rest.shell.formatter;
2+
3+
public class FormatterSupport {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.springframework.data.rest.shell.formatter;
2+
3+
public class NoOpFormatter {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.springframework.data.rest.shell.formatter;
2+
3+
public class XmlFormatter {
4+
}

0 commit comments

Comments
 (0)